projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ab984
)
(org-default-notes-file): Run file names that begin with a period thru
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:19:53 +0000
(10:19 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:19:53 +0000
(10:19 +0000)
`convert-standard-filename'.
lisp/org/org.el
patch
|
blob
|
history
diff --git
a/lisp/org/org.el
b/lisp/org/org.el
index 497a6df0747f50422146f414800e9299aef5ec03..fcf16a37ad05d0fd23cc434e72891385cf91c197 100644
(file)
--- a/
lisp/org/org.el
+++ b/
lisp/org/org.el
@@
-1204,7
+1204,7
@@
Used by the hooks for remember.el."
:group 'org-remember
:type 'directory)
-(defcustom org-default-notes-file
"~/.notes"
+(defcustom org-default-notes-file
(convert-standard-filename "~/.notes")
"Default target for storing notes.
Used by the hooks for remember.el. This can be a string, or nil to mean
the value of `remember-data-file'.